In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / SetCertificate Method

SetCertificate Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(472)>

Function SetCertificate( _

   ByVal CertPath As String, _

   ByVal PFXPassword As String _

) As GdPictureStatus
[DispId(472)]

GdPictureStatus SetCertificate( 

   string CertPath,

   string PFXPassword

)
function SetCertificate( 

    CertPath: String;

    PFXPassword: String

): GdPictureStatus; 
DispIdAttribute(472)

function SetCertificate( 

   CertPath : String,

   PFXPassword : String

) : GdPictureStatus;
[DispId(472)]

GdPictureStatus SetCertificate( 

   string* CertPath,

   string* PFXPassword

) 
[DispId(472)]

GdPictureStatus SetCertificate( 

   String^ CertPath,

   String^ PFXPassword

) 

Parameters

CertPath
PFXPassword
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members